-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor and update all packages #198
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
AliMD
commented
Sep 15, 2024
- feat: update all repo files from alwatr
- deps: update
- refactor: Update repository name and description
- refactor: Update AlwatrContextSignal to AlwatrContext
- deps: update
- refactor(signal): AlwatrContext to use class property instead of calling super.getData_()
- refactor(signal): Update AlwatrContext to use class property instead of calling super.getData_()
- refactor(server-context): rename main
- refactor(fsm): Update FiniteStateMachineBase class
- refactor(fsm): Update FiniteStateMachineBase class to use class property for state and transition methods
- refactor(fsm): rename main
- refactor(fsm): Update import statement for type.ts
- refactor(server-context): Update import statements and package version in server-request.ts
- refactor(signal): Remove reference to api-server in tsconfig.json
AliMD
added
refactor
Updating the code with simpler, easier to understand or more efficient syntax or methods.
new-feature
New features or options.
breaking-change
A change that changes the API or breaks backward compatibility for users.
labels
Sep 15, 2024
Update the repository name and description to reflect the changes made in the code. The repository is now called "alwatr-flux" and the description highlights the state management and event handling capabilities provided by Alwatr Flux. This update ensures that the repository accurately represents the functionality and purpose of the code.
This commit updates the class name from AlwatrContextSignal to AlwatrContext in the `context.ts` file. The class represents the Alwatr Context and is responsible for managing and notifying subscribers of context changes. The update aligns the class name with its purpose and improves code clarity. The commit also updates the import statement for the `Dictionary` type from `@alwatr/type-helper` in the `context.ts` file. Refactor the class name and import statement for better code clarity and consistency.
…ing super.getData_()
…of calling super.getData_()
- Remove unused import - Update dependencies - Update type imports - Update package version - Rename internal variables - Update method names - Update method signatures - Update logger calls - Update action execution - Update reset method
…rty for state and transition methods
…n in server-request.ts
AliMD
force-pushed
the
feat/update-repo
branch
from
September 15, 2024 06:54
65fba66
to
3c6b2e6
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
breaking-change
A change that changes the API or breaks backward compatibility for users.
new-feature
New features or options.
refactor
Updating the code with simpler, easier to understand or more efficient syntax or methods.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.